xSQL Schema Compare SDK for SQL Server version 12
ContainsMember(String,SqlEntityTypeEnum) Method


The entity name.
The entity type.
Indicates whether the pair contains a member with the specified name and type.
Syntax
'Declaration
 
Public Overloads Overrides Function ContainsMember( _
   ByVal name As System.String, _
   ByVal entityType As SqlEntityTypeEnum _
) As System.Boolean
public override System.bool ContainsMember( 
   System.string name,
   SqlEntityTypeEnum entityType
)
public: System.bool ContainsMember( 
   System.string* name,
   SqlEntityTypeEnum entityType
) override 

Parameters

name
The entity name.
entityType
The entity type.

Return Value

true if the pair contains a member with the specified name and type.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqlPairBase<TItem> Class
SqlPairBase<TItem> Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback